func os.removeat

2 uses

	os (current package)
		root_openat.go#L79: 		return struct{}{}, removeat(parent, name)
		root_unix.go#L140: func removeat(fd int, name string) error {